* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
ol,
li {
    list-style: none;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fullimg > img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: 0.5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.fullimg a:hover img {
    transform: scale(1.08);
    transition: 0.5s;
    overflow: hidden;
}


.fullimg-w > img {
    width: 100%;
    height: auto;
}

.mainBox {
    width: 100%;
    height: 100%;
    min-width: 1200px;
}

.nav {
    display: flex;
    height: 123px;
    width: 100%;
    min-width: 1200px;
    align-items: center;
    padding: 0 50px;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, .6);
    transition: 0.5s;
}

.nav .left {
    display: flex;
    align-items: center;
}

.nav .left .logo {
    margin-right: 65px;
}

.nav .left .navList {
    display: flex;
    align-items: center;
    height: 123px;
    transition: 0.5s;
}

.nav .left .navList a {
    display: flex;
    align-items: center;
    width: 120px;
    justify-content: center;
    height: 100%;
    transition: width 0.5s;
}

.nav .left .navList a:hover {
    background-color: #D70B5D;
    color: #FFFFFF;
    transition: background-color 0.5s;
}

.nav .left .navList .active-nav {
    background-color: #D70B5D;
    color: #FFFFFF;
}

.search {
    width: 243px;
    height: 30px;
    display: flex;
    align-items: center;
    background-color: #F0F0F0;
    border-radius: 14px;
    padding: 0 15px;
}

.search input {
    outline: 0;
    border: 0;
    width: 230px;
    height: 20px;
    background-color: #F0F0F0;
}

.search img {
    width: 16px;
    cursor: pointer;
}

.navContent {
    background-image: url(../img/nav_bg.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 62px;
    left: 400px;
    width: 80%;
    /* height: 280px; */
}

.navContent > div {
    display: none;
    width: 100%;
}


.navContent .left {
    height: 62px;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    padding-right: 10px;
    float: left;
}

.navContent .pic {
    width: 60%;
    float: left;
    height: 280px;
}

.navContent .pic > img {
    width: 100%;
    height: 100%;
}

.navContent .left .title {
    margin-bottom: 17px;
    color: #363636;
    font-size: 24px;
    padding-right: 170px;
}

.navContent .left a {
    padding: 21px 30px 0 30px;
    color: #fff;
    line-height: 62px;
}

.navContent .left a:hover {
    color: #d70c5d;
    border-bottom: 5px solid #d70c5d;
    transition: all 0.5s;
}


/*
.navContent .left a:before{
	content: '';
	width: 2px;
	height: 12px;
	display: inline-block;
	background-color: #C52057;
	margin-right: 10px;
}
*/


.mainBox .tabs {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.mainBox .tabs li {
    width: 118px;
    height: 36px;
    background-image: url(../img/tab.png);
    background-size: 100% 100%;
    color: #FFFFFF;
    /* display: none; */
    line-height: 36px;
    padding-left: 20px;
}

.mainBox .tabs .active-tab {
    display: block;
}

.mainBox .swiper-pagination-bullet {
    background-color: #ccc;
    opacity: 0.5;
    width: 12px;
    height: 12px;
    margin: 23px 10px !important;
}

.mainBox .swiper-pagination-bullet-active {
    background: #D70B5D;
}

.slide-banner {
    height: 100%;
}

.slide-banner .swiper-pagination-bullet {
    width: 80px;
    height: 4px;
    border-radius: 0;
    opacity: 0.3;
}

.slide-banner .swiper-pagination-bullet-active {
    background-color: #FFFFFF;
    opacity: 0.8;
}

.slide-banner img {
    height: 100%;
    /* width: 100%; */
}

/* 每一个大页 */
.mainBox > .swiper-wrapper > .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 大分页中的小内容 */
.mainBox .swiper-slide .slideBox {
    width: 1200px;
    margin: 0 auto;
}

.mainBox .subslide2 {
    background-image: url(../img/a1_bg.jpg);
    background-size: 100% 100%;
}

/* 标题统一样式 */
.mainBox .swiper-slide .slideBox .title {
    color: #333333;
    margin-bottom: 26px;
}

.mainBox .swiper-slide .slideBox .title .topTitle {
    font-size: 50px;
    margin-bottom: 26px;
}

.mainBox .swiper-slide .slideBox .title .bottomTitle {
    font-size: 14px;
    width: 621px;
    line-height: 2;
}

/* 元首智造 */
.zhizao {
    display: flex;
    align-items: center;
}

.zhizao .zz-left {
    width: 630px;
    height: 300px;
    background-color: #FFFFFF;
    display: flex;
    overflow: hidden;
}

.zhizao .zz-left ul {
    width: 209px;
    height: 100%;
    overflow: hidden;
}

.zhizao .zz-left ul li {
    width: 100%;
    background-color: #D70B5D;
    height: 75px;
    padding-left: 64px;
    line-height: 75px;
    color: #FFFFFF;
    cursor: pointer;
}


.subslide2 > .title {
    position: relative;
}

.more a {
    top: 160px;
    right: -20px;
    color: #d70c5d;
    font-size: 16px;
    position: absolute;
    text-decoration: underline;
}


/* .zhizao .zz-left ul li:hover {
	background-color: #fff;
	border-left: 2px solid #D70B5D;
	padding-left: 50px;
	color: #333;
} */

.zhizao .zz-left .zz-active {
    background-color: #fff;
    border-left: 2px solid #D70B5D;
    padding-left: 50px;
    color: #333;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 1);
}

.zhizao .zz-left .content {
    width: 421px;
}

.zhizao .zz-left .content .subContent {
    display: none;
    padding-top: 53px;
    width: 301px;
    margin: 0 auto;
}

.zhizao .zz-left .content .subContent .topContent {
    font-size: 32px;
    color: #282828;
    margin-bottom: 18px;
}

.zhizao .zz-left .content .subContent .topContent:hover {
    color: #d70c5d;
}

.zhizao .zz-left .content .subContent .bottomContent {
    line-height: 2;
    font-size: 12px;
    color: #333333;
}

.zhizao .zz-right {
    width: 570px;
    height: 351px;
    /* background-color: #D70B5D; */
}

.zhizao .zz-right .videoList {
    width: 100%;
}

.zhizao .zz-right .videoList video {
    /* width: 100%; */
    height: 100%;
}


/* 魅力时尚 */
.mainBox .subslide3 {
    background-image: url(../img/a2_bg.jpg);
    background-size: 100% 100%;
}

.fashion {
    width: 100%;
    height: 308px;
    display: flex;
    justify-content: space-between;
}

.fashion .left {
    width: 442px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fashion .left > div {
    width: 100%;
    height: 150px;
}

.fashion .left > div a,
.fashion .middle a,
.fashion .right a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fashion .left > div a img,
.fashion .right a img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: 0.5s;
}

.fashion .middle a:hover,
.fashion .left > div a:hover,
.fashion .right a:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    /* box-shadow: 0 15px 30px rgba(215,11,93,.2); */
    transform: translate(-1px, -2px);
}


.fashion .left > div a:hover img,
.fashion .right a:hover img {
    transform: scale(1.08);
    transition: 0.5s;
}

.fashion .middle {
    width: 428px;
    height: 100%;
}

.fashion .middle a video {
    width: 100%;
    height: 100%;
}

.fashion .right {
    width: 312px;
    height: 100%;
}

.fashion .middle a {
    position: relative;
}

.fashion .middle a span {
    position: absolute;
    width: 346px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background-color: #D70B5D;
    color: #fff;
    bottom: 24px;
    left: 41px;
}


/* 党的建设 */
.mainBox .subslide4 {
    background-image: url(../img/a3_bg.jpg);
    background-size: 100% 100%;
}

.dangjian {
    display: flex;
    justify-content: space-between;
}

.dangjian .left {
    width: 580px;
    height: 336px;
    position: relative;
    overflow: hidden;
}

.dangjian .left:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    transform: translate(-1px, -2px);
}

.dangjian .left:hover img {
    transform: scale(1.05);
    transition: 0.5s;
}

.dangjian .left img {
    transform: scale(1);
    transition: 0.5s;
}

.dangjian .left .info {
    position: absolute;
    bottom: 33px;
    left: 36px;
    color: #fff;
}

.dangjian .left .info .info-title {
    font-size: 40px;
    margin-bottom: 11px;
}

.dangjian .left .info span {
    display: block;
    width: 50px;
    border-bottom: 4px solid #fff;
}

.dangjian .left .info .info-content {
    width: 504px;
    font-size: 12px;
    margin-top: 19px;
}

.dangjian .right {
    position: relative;
    width: 610px;
    height: 283px;
    background-color: #fff;
    border-bottom: 4px solid #D70B5D;
    padding-left: 35px;
    padding-top: 20px;

}

.dangjian > .right > .more a {
    top: 40px;
    right: 20px;
    color: #d70c5d;
    font-size: 14px;
    position: absolute;
    text-decoration: underline;
}


.dangjian .right .right-title {
    font-size: 35px;
    margin-bottom: 20px;
}

.dangjian .right ul li {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.dangjian .right .date {
    width: 50px;
    height: 50px;
    background-color: #D70B5D;
    margin-right: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.dangjian .right .date .month {
    font-size: 12px;
}

.dangjian .right ul li .news {
    font-size: 15px;
}

.dangjian .right ul li .news a:hover {
    color: #D70B5D;
}

/* 最后一屏 */
.mainBox .subslide5 {
    flex-flow: column;
    background-image: url(../img/a4_bg.jpg);
    background-size: 100% 100%;
    overflow-y: scroll;
}

.contact {
    height: 383px;
    display: flex;
    justify-content: space-between;
    margin-top: 0%;
    margin: 0 auto 17%;
}

.contact .left {
    width: 707px;
    height: 100%;
}

.contact .left > div {
    width: 100%;
    height: 192px;
    display: flex;
    justify-content: space-between;
}

.contact .left > div > div {
    width: 345px;
    height: 192px;
}

.contact .left .topBox > div:first-child {
    background-color: #D70B5D;
}

.contact .left .bottomBox > div:last-child {
    background-color: #8a93a4;
}

.contact .left .topBox > div:last-child,
.contact .left .bottomBox > div:first-child {
    background-color: #fff;
}

.contact .right {
    width: 480px;
    height: 100%;
}

.slide5-subbox {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 14px 30px 20px 14px;
}

.boxTitle {
    color: #000;
    line-height: 2;
    font-size: 26px;
    padding-left: 15px;
}

.boxText {
    color: #808080;
    flex: 1;
    line-height: 1.2;
    font-size: 16px;
    padding: 15px 15px
}

.redMoreView {
    text-align: right;
    color: #808080;
}

.redMoreView a {
    color: #808080;
    padding-left: 10px;
}

.footer {
    border-top: 1px solid #d70c5d;
    background-color: #E8E8EA;
    /* min-height: 312px; */
    width: 100%;
    display: flex;
    padding-top: 40px;
    justify-content: center;
    margin-top: 50px;
    padding-bottom: 30px;
}

.footerItem {
    margin-right: 100px;
}

.footerItemTitle {
    font-size: 18px;
    color: #000000;
    /* font-weight: 600; */
    margin-bottom: 15px;
}

.footerItemLink {
    margin-top: 5px;
    font-size: 12px;
    color:#000000;
    display: block;
    line-height: 2;
}

.qrcodeView {
    width: 67px;
    text-align: center;
    margin-right: 27px;
}

.qrcodeTitle {
    font-size: 12px;
    margin-bottom: 10px;
}

.qrcodeItem {
    display: flex;
    align-items: flex-start;
}

.videoList video {
    display: none;
}

.tabsItem {
    opacity: 0;
}

.active-tab {
    opacity: 1;
}

.banquan {
    background-color: #E8E8EA;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
    border-top: 1px solid #ccc;
    font-size: 14px;
}

.banquan p {
    text-align: center;
    line-height: 1.5;
    color: #363636;
}

.banquan .bfont {
    font-weight: bold;
    margin-bottom: 10px;
}

.footerItem .info {
    position: absolute;
    top: 120px;
    width: 350px;
}

.footerItem .info .line {
    width: 125px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}

.footerItem .info p {
    display: flex;
    align-items: center;
    margin: 15px 0;
    font-size: 14px;
}


.footerItem .info p > img {
    margin-right: 15px;
}

#swiper-container2 {
    width: 100%;
}


#swiper-container2 .swiper-slide {
    font-size: 18px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;

}


/*新加*/
.fashion .right {
    position: relative;
}

.fashion .right .info {
    bottom: 32px;
    right: 50px;
    position: absolute;
    color: #fff;
    font-size: 24px;
    z-index: 1;
}

.redMoreView a:hover {
    color: #D70B5D;
}